projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b8ce8
)
* Add a type specifier test
author
Andrea Corallo
<akrl@sdf.org>
Mon, 4 Jan 2021 21:45:42 +0000
(22:45 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 7 Jan 2021 22:08:48 +0000
(23:08 +0100)
* test/lisp/emacs-lisp/comp-cstr-tests.el
(comp-cstr-typespec-tests-alist): Add testcase.
test/lisp/emacs-lisp/comp-cstr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index f5ed05244d72b7a8fde3e8198475a556662a31ea..b4db54666c7f385740ea62a62c843cdba5b9c922 100644
(file)
--- a/
test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/
test/lisp/emacs-lisp/comp-cstr-tests.el
@@
-209,7
+209,9
@@
;; 84
((not nil) . t)
;; 85
- ((or (not string) t) . t))
+ ((or (not string) t) . t)
+ ;; 86
+ ((or (not vector) sequence) . sequence))
"Alist type specifier -> expected type specifier."))
(defmacro comp-cstr-synthesize-tests ()